+>!s::
+ if GetKeyState("CapsLock", "T")
+ Send {u+1e9e} ; (ẞ) capital sharp S (capital Eszett)
+ else
+ Send {u+00df} ; (ß) small sharp s (Eszett)
+ return
+>!+s::
+ if GetKeyState("CapsLock", "T")
+ Send {u+00df} ; (ß) small sharp s (Eszett)
+ else
+ Send {u+1e9e} ; (ẞ) capital sharp S (capital Eszett)
+ Send {blind}{vkE8}
+ return
+